home *** CD-ROM | disk | FTP | other *** search
INI File | 2006-11-02 | 45.7 KB | 1,430 lines |
- ;syntax of this file:
- ;[section name]
- ; identifies the name of the product.
- ; can also include version of the product e.g. "McAfee 4.51"
- ; NOTE: The section name MUST NOT include comma (',') since it's used
- ; in product.ini as a separator character to differentiate conflicting products names.
- ;
- ;ProductType=Internal
- ; The conflicting products can be either internal or external
- ; As a rule of thumb, FSSG will remove internal products silently while
- ; user will be prompted for removal of external products.
- ; Default value for this setting is "external".
- ; This behaviour may be overridden with FSSG plugin settings.
- ;
- ;PromptUser=1
- ; This setting can be used to prompt user for removal of internal products
- ; as well. By default internal products will be removed without prompting user
- ; for confirmation. For external products, confirmation will be asked by default.
- ; This setting is optional, it can have the following values:
- ; 0=(default for internal products) do not prompt user for confirmation
- ; 1=(default for external products) prompt user for confirmation
- ;
- ;DisplayName=Name of the conflicting product v 1.23
- ; This setting is used when names of the conflicting products are being reported
- ; to the user.
- ; If this setting is not defined, the section name is used insted.
- ;
- ;GetNameFromPlugin=1
- ; This optional setting tells FSSG to ignore DisplayName and ask the product name from the sidegrade plugin
- ; The setting is tried to be read only if SidegradePlugin setting is defined
- ; The default value for this setting is 0 which means the name is not asked from the plugin.
- ;
- ;SidegradePlugin=xxxx.dll
- ; If this entry is defined, it will override all other settings
- ; The DLL must export the Sidegrade API (defined in FSUninstallator.h)
- ; The same DLL is used in detecting and removing the product
- ; Sidegrade plugin tries to load the DLL using normal search path
- ; (i.e. just feeds the plugin name to LoadLibrary)
- ; If the DLL is not found, Sidegrade plugin tries to look for KeySearch*
- ; settings and use them instead.
- ;
- ;KeySearchMain=HKEY_LOCAL_MACHINE
- ; from which key the uninstall key is searched for
- ; possible values: HKEY_LOCAL_MACHINE
- ; HKEY_CURRENT_USER
- ; HKEY_CLASSES_ROOT
- ; HKEY_USERS
- ;
- ;KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- ; Registry key to search for the KeySearchValue
- ; Search function goes through all sub keys under KeySearchPath
- ; and tries to find entries named as KeySearchEntry.
- ;
- ;KeySearchEntry=DisplayName
- ; Entry name to be searched under subkeys of KeySearchPath
- ;
- ;KeySearchValue=McAfee VirusScan
- ; This is the value which is looked after from KeySearchEntry -entries
- ; If found, the product is installed. The name of the sub key tells us
- : how to uninstall the product (it is the classid of the product)
- ;
- ;MSICommand=MSIExec /x
- ; Use MSI with found key (class equals to this key)
- ;
- ;MSIParam=/q REMOVE=ALL
- ; So the uninstall command finally is: MSIExec /x <classid> /q REMOVE=ALL
- ; /q means that the installation is run silently
- ; REMOVE=ALL means that MSIExec removes everything without asking questions
- ;
- ;MSISilentParam=/q REMOVE=ALL
- ; Optional Silent mode parameters. If running in silent mode, and MSISilentParam is defined
- ; The value of it will override the value of the MSIParam setting
- ;
- ;KeyEntry=Uninstall Command
- ; This is alternative for using MSICommand and MSIParam. Some products are not installed
- ; with MSI so they cannot be uninstalled using it either...
- ; So if MSICommand is missing, KeyEntry is used. An entry with that name is looked under the found
- ; sub key and if found, the value of it is taken as full uninstallation command and is executed.
- ;
- ;KeyParam=-a
- ; KeyParam is appended after the command specified in KeyEntry.
- ; A blank is automatically added between the command and the parameter(s)
- ;
- ;All entries can be appended with an OS id: -w95,-w98,-wme,-nt40,-nt50,-nt51,-.net
- ;If OS specific entry is present, it will be used instead of generic entry
- ;So one could define eg:
- ;KeySearchValue-nt51=McAfee VirusScan XP Edition
- ;KeySearchValue=McAfee VirusScan
- ;
- ;Then KeySearchValue-nt51 would be used on XP and KeySearchValue on all other platforms.
- ;All entry names and values are case insensitive (MSI parameters may be case-sensitive)
-
-
- [McAfee_405_NT]
- ;----- VirusScan 4.05 NT ----
- ProductType=External
- SidegradePlugin=vsrm.dll
- DisplayName=McAfee VirusScan NT
-
-
- [NAIEPOAgent]
- ;--------- Suits for ePO Agent 2000 -------------------------
- ;tested with version 2.0.0.376
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Network Associates\ePolicy Orchestrator\Application Plugins\
- KeySearchEntry=Product Name
- KeySearchValue=NAI ePolicy Orchestrator Agent
- ;Read command from registry
- KeyEntry=Uninstall Command
- DisplayName=NAI ePolicy Orchestrator Agent
-
- [NAIEPOAgent3000]
- ;--------- Suits for ePO Agent 3000 -------------------------
- ;tested with version 3.1.1.184, 3.5.0.412
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Network Associates\ePolicy Orchestrator\Application Plugins\
- KeySearchEntry=Software ID
- KeySearchValue=EPOAGENT3000
- ;Read command from registry
- KeyEntry=Uninstall Command
- DisplayName=NAI ePolicy Orchestrator Agent
-
- [McAfee_EE]
- ;--------- Enterprise version 7.0 -------------------------
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=McAfee VirusScan Enterprise
- ;Use MSI with found key (class equals to this key)
- MSICommand=MSIExec /x
- DisplayName=McAfee VirusScan Enterprise
- MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
-
- [McAfee_HE]
- ;--------- Home Edition 7.0 -------------------------
- ;--------- Tested with 7.0.2.6000 -------------------
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=McAfee VirusScan Home Edition
- ;Use MSI with found key (class equals to this key)
- MSICommand=MSIExec /x
- MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
- DisplayName=McAfee VirusScan Home Edition
-
- [McAfee_PE]
- ;--------- Pro Edition 7.0 -------------------------
- ;--------- Tested with 7.0.2.6000 -------------------
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=McAfee VirusScan Professional Edition
- ;Use MSI with found key (class equals to this key)
- MSICommand=MSIExec /x
- MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
- DisplayName=McAfee VirusScan Professional Edition
-
-
- [Norton2003]
- ;Norton Antivirus 2003 a.k.a. version 9.0
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=Norton AntiVirus 2003
- ;Use MSI with found key (class equals to this key)
- MSICommand=MSIExec /x
- MSIParam=/qr REMOVE=ALL REBOOT=R
- MSISilentParam=/q REMOVE=ALL REBOOT=R
- DisplayName=Norton AntiVirus 2003
-
-
- [PandaPlatinum]
- ;Panda Antivirus Platinum
- ;Tested with version 7.01.80
- ;We're unable to remove this silently - so user has to uninstall it manually
- ;detection and manual removal added
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=Panda Antivirus Platinum
- DisplayName=Panda Antivirus Platinum
- KeyEntry=UninstallString
-
- [Norman]
- ;Norman viruscontrol 5.50
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=Norman Virus Control
- DisplayName=Norman Virus Control
- KeyEntry=UninstallString
- KeyParam=/quiet
-
- [PC_Cillin]
- ;Trend Micro PC-cillin 2003 a.k.a v.10.01
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=PC-cillin 2003
- ;Use MSI with found key (class equals to this key)
- MSICommand=MSIExec /x
- MSIParam=/q REMOVE=ALL REBOOT=R
- DisplayName=PC-cillin 2003
-
-
- [DrSolomon]
- ;--------- Suits for versions 4.50 and 4.51 -------------------------
- ;This is a legacy product. Couldn't test the removal since product is no longer available
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=Dr Solomon's VirusScan
- ;Use MSI with found key (class equals to this key)
- MSICommand=MSIExec /x
- MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
- DisplayName=Dr Solomon's VirusScan
-
- [OfficeScan_5.02]
- ;Trend Micro Officescan 5.02.
- ;Only works on Windows 2000
- ProductType=External
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue-nt50=Trend Micro OfficeScan WinNT
- KeyEntry=UninstallString
- KeyParam=-980223 -331
-
- [NIC]
- ;Norman viruscontrol with fw 5.50
- ProductType=External
- SidegradePlugin=nicrm.dll
- DisplayName=NIC v5.50
-
-
- [H+BEDV_AntiVir]
- ;H+BEDV AntiVir Personal Edition 6.19
- ;Tested with version 6.19.11.63
- ProductType=External
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue-nt51=AntiVir/XP
- KeyEntry=UninstallString
- KeyParam=/silent
- DisplayName=H+BEDV AntiVir Personal Edition
-
- [KAV40_HE]
- ;Kaspersky(TM) Anti-Virus Personal 4.0 (i.e. Home Edition)
- ;Tested with version 4.0.9.0
- ;Cannot be removed silently
- ProductType=External
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=Kaspersky(TM) Anti-Virus Personal 4.0
- DisplayName=Kaspersky(TM) Anti-Virus Personal 4.0
-
- [KAV40_PE]
- ;Kaspersky(TM) Anti-Virus Personal Pro 4.0
- ;Tested with version 4.0.9.0
- ;Cannot be removed silently
- ProductType=External
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=Kaspersky(TM) Anti-Virus Personal Pro 4.0
- DisplayName=Kaspersky(TM) Anti-Virus Personal Pro 4.0
-
- [Symantec_CE]
- ;Symantec AntiVirus Corporate Edition
- ;Tested with version 8.0.0.374
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=Symantec AntiVirus Client
- ;Use MSI with found key (class equals to this key)
- MSICommand=MSIExec /x
- MSIParam=/q REMOVE=ALL REBOOT=R
- DisplayName=Symantec AntiVirus Client
-
- [Symantec_LiveUpdate_17]
- ;Symantec Live Update (for Symantec AV corporate edition)
- ;Tested with version 1.7
- ProductType=External
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=LiveUpdate 1.7 (Symantec Corporation)
- KeyEntry=UninstallString
- KeyParam=/Q
- DisplayName=LiveUpdate 1.7 (Symantec Corporation)
-
- [Symantec_LiveUpdate_18]
- ;Symantec Live Update (for Symantec AV corporate edition)
- ;Tested with version 1.8
- ProductType=External
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=LiveUpdate 1.80 (Symantec Corporation)
- KeyEntry=UninstallString
- KeyParam=/Q
- DisplayName=LiveUpdate 1.80 (Symantec Corporation)
-
-
- [Cisco_ZA]
- ;ZoneAlarm firewall service bundled with the Cisco VPN client
- ProductType=External
- DisplayName=Cisco VPN Client Firewall
- SidegradePlugin=cscozarm.dll
-
- ; { --- below follows products added for PEX 5.00:
-
- [ZoneAlarm]
- ;ZoneAlarm Pro & Standard
- ProductType=External
- DisplayName=ZoneAlarm
- SidegradePlugin=cscozarm.dll
-
- [CA_eTrust_EZ_FW]
- ;CA EZ Trust Firewall
- ;Actually it's just OEM'd ZoneAlarm
- ProductType=External
- DisplayName=EZ Firewall
- SidegradePlugin=cscozarm.dll
-
- [CA_eTrust_EZ_AV]
- ;CA eTrust EZ Antivirus v6.1.7
- ;CA eTrust EZ Antivirus 2005 v.7.0.5.3
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=eTrust EZ Antivirus
- DisplayName=eTrust EZ Antivirus
- KeyEntry=UninstallString
- KeyParam=/S
-
-
- [Trend_IS_2004]
- ;Trend Micro Internet Security v11.10.1299
- ;This includes av, firewall, email scanning, privacy data control and spam control
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=Trend Micro Internet Security
- ;Use MSI with found key (class equals to this key)
- MSICommand=MSIExec /x
- MSIParam=/qr REMOVE=ALL REBOOT=R
- MSISilentParam=/q REMOVE=ALL REBOOT=R
- DisplayName=Trend Micro Internet Security
-
- [PureSight]
- ;iCognito PureSight - all versions which conflict with our Parental Control
- ProductType=External
- DisplayName=PureSight Parental Control
- SidegradePlugin=igpsdet.dll
-
- [KAV45_HE]
- ;Kaspersky(TM) Anti-Virus Personal 4.50 (i.e. home edition)
- ;Tested with version 4.50
- ;Cannot be removed silently
- ProductType=External
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=Kaspersky(TM) Anti-Virus Personal 4.5
- DisplayName=Kaspersky(TM) Anti-Virus Personal 4.5
-
- [McAfee_VS_FW]
- ;McAfee VirusScan Professional/Personal Edition 7.02.6
- ;The firewall component. Antivirus component handled with McAfee_HE and McAfee_PE.
- ;This works for both personal and professional versions
- ProductType=External
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=McAfee Firewall
- MSICommand=MSIExec /x
- MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
- DisplayName=McAfee Firewall
-
- [McAfee_IS]
- ;McAfee Internet Security 5.02.6 and 5.00.5
- ProductType=External
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=McAfee Internet Security
- MSICommand=MSIExec /x
- MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
- DisplayName=McAfee Firewall
-
- [McAfee_ISS_VSO]
- ;McAfee Internet Security Suite 2004 v6.0
- ;McAfee Internet Security Suite 2005 v.7.0
- ;McAfee Internet Security Suite 2006
- ;This is the VirusScan component
- ProductType=External
- SidegradePlugin=mcafeerm.dll
- DisplayName=McAfee VirusScan
-
- [McAfee_ISS_FW]
- ;McAfee Internet Security Suite 2004 v6.0
- ;McAfee Internet Security suite 2005 v.7.0
- ;McAfee Internet Security Suite 2006
- ;This is the Firewall component
- ProductType=External
- SidegradePlugin=mcafeerm.dll
- DisplayName=McAfee Personal Firewall
-
- [PandaPlatinum_IS8]
- ;Panda Platinum Internet Security 8.0
- ;We're unable to remove this silently - so user has to uninstall it manually
- ;detection and manual removal added
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=Panda Platinum Internet Security
- DisplayName=Panda Platinum Internet Security
- KeyEntry=UninstallString
-
- [PandaTitanium_AV_2004]
- ;Panda Titanium Antivirus 2004 (PTA 2004) v3.0
- ;We're unable to remove this silently - so user has to uninstall it manually
- ;detection and manual removal added
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=Panda Titanium Antivirus 2004
- DisplayName=Panda Titanium Antivirus 2004
- KeyEntry=UninstallString
-
- [Norton_AV_2004]
- ;Symantec Norton Antivirus 2004 (SNA2004)
- ;We're unable to remove this silently - so user has to uninstall it manually
- ;We just detect this
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=Norton AntiVirus 2004 (Symantec Corporation)
- DisplayName=Norton AntiVirus 2004 (Symantec Corporation)
-
- [Symantec_CS_20]
- ;Symantec Client Security 2.0
- ;Also known as 9.0.0.338
- ;Includes firewall and anti-virus
- ProductType=External
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=Symantec Client Security
- MSICommand=MSIExec /x
- MSIParam=/qr REMOVE=ALL REBOOT=R
- MSISilentParam=/q REMOVE=ALL REBOOT=R
- DisplayName=Symantec Client Security
-
-
- [Norton_Corporate_7]
- ;Norton AntiVirus Corporate Edition
- ;7.6.0.0000
- ProductType=External
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=Norton AntiVirus Corporate Edition
- MSICommand=MSIExec /x
- MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress PASSWORDVALID=1
- DisplayName=Norton AntiVirus Corporate Edition
-
-
- [McAfee_PFE]
- ;McAfee Personal Firewall Express v. 4.5
- ProductType=External
- SidegradePlugin=mcafeerm.dll
- DisplayName=McAfee Personal Firewall Express
-
-
-
- ; --- above products added for PEX 5.00 }
-
- ; { --- Follows products added for PEX 5.10
-
- [AdAware]
- ;Lavasoft Ad-Aware
- ;Tested with Professional version 6
- ProductType=External
- SidegradePlugin=aawrm.dll
- DisplayName=Lavasoft Ad-Aware
-
-
- [Sophos]
- ;Sophos Anti-Virus. Works at least with versions 3.82 and 3.77
- ProductType=External
- DisplayName=Sophos Anti-Virus
- SidegradePlugin=sophosrm.dll
-
- ; --- above products added for PEX 5.10 }
-
-
- ; --- products below added for AVCS 5.70 {
- [TrendVB_2004-JPN]
- ;Trend Micro Virus Buster 2004
- ;Japanese version
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=âEâCâïâXâoâXâ^ü[2004
- ;Use MSI with found key (class equals to this key)
- MSICommand=MSIExec /x
- MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
- DisplayName=âEâCâïâXâoâXâ^ü[2004
-
-
- [TrendVB_2005-JPN]
- ;Trend Micro Virus Buster 2005
- ;Japanese version
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=âEâCâïâXâoâXâ^ü[2005
- ;Use MSI with found key (class equals to this key)
- MSICommand=MSIExec /x
- MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
- DisplayName=âEâCâïâXâoâXâ^ü[2005
-
-
-
- ; --- products above added for AVCS 5.70 }
-
- [Panda_ClientShield]
- ;Panda ClientShield corporate version 2.00
- ;Panda ClientShield corporate version 3.01.10.0000
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=Panda ClientShield
- DisplayName=Panda ClientShield
- KeyEntry=UninstallString
-
- [Panda_AdminSecure]
- ;Version 3.02 and 3.06.10
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=Panda AdminSecure
- ;Use MSI with found key (class equals to this key)
- MSICommand=MSIExec /x
- MSIParam=/qr REMOVE=ALL REBOOT=R
- DisplayName=Panda AdminSecure
-
- [Panda_FileSecure]
- ;Version 6.07
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=Panda FileSecure
- DisplayName=Panda FileSecure
- KeyEntry=UninstallString
-
- [Panda_Agent]
- ;Version 3.02
- ProductType=External
- SidegradePlugin=PANDARM.DLL
- DisplayName=Panda Network Agent
-
-
- ; --- products below added for AVCS 6.00 {
-
- ;[MS_AntiSpyware]
- ;;Microsoft AntiSpyware, beta 1.0 version
- ;ProductType=External
- ;;Search mathing DisplayName
- ;KeySearchMain=HKEY_LOCAL_MACHINE
- ,KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- ;KeySearchEntry=DisplayName
- ;KeySearchValue=Microsoft AntiSpyware
- ;;Use MSI with found key (class equals to this key)
- ;DisplayName=Microsoft AntiSpyware
- ;MSICommand=MSIExec /x
- ;MSIParam=/qr REMOVE=ALL REBOOT=R
- ;MSISilentParam=/q REMOVE=ALL REBOOT=R
-
- ; --- products above added for AVCS 6.00 }
-
-
-
- ; --- products below added for PEX 6.00 {
- [Norton_IS_2004]
- ;Norton Internet Security 2004 a.k.a. version 7.0.2.50
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=Norton Internet Security (Symantec Corporation)
- ;Read command from registry
- KeyEntry=UninstallString
- DisplayName=Norton Internet Security
-
- [Norton_Systemworks_2004]
- ;Norton Systemworks 2004 a.k.a. version 7.00.00
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=Norton SystemWorks 2004 Professional (Symantec Corporation)
- ;Read command from registry
- KeyEntry=UninstallString
- DisplayName=Norton SystemWorks 2004 Professional (Symantec Corporation)
-
- [Norton_Systemworks_2005]
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=Norton SystemWorks 2005 (Symantec Corporation)
- DisplayName=Norton SystemWorks 2005 (Symantec Corporation)
- KeyEntry=UninstallString
-
- [Antivir]
- ;G-Data Antivir
- :AntiVirenKit 2005
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=AntiVirenKit 2005
- DisplayName=AntiVirenKit 2005
- ;Read command from registry
- KeyEntry=UninstallString
-
- [AVG70]
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=AVG Anti-Virus 7.0
- DisplayName=AVG Anti-Virus 7.0
- KeyEntry=UninstallString
- KeyParam=/HIDDEN
-
- ;[Spybot1.3]
- ;ProductType=External
- ;;Search mathing DisplayName
- ;KeySearchMain=HKEY_LOCAL_MACHINE
- ;KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- ;KeySearchEntry=DisplayName
- ;KeySearchValue=Spybot - Search & Destroy 1.3
- ;DisplayName=Spybot - Search & Destroy 1.3
- ;KeyEntry=UninstallString
- ;KeyParam=/silent /NoRestart
-
- ;[Yahoo_as_IE]
- ;;Yahoo anti-spyware toolbar for IE
- ;ProductType=External
- ;;Search mathing DisplayName
- ;KeySearchMain=HKEY_LOCAL_MACHINE
- ;KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- ;KeySearchEntry=DisplayName
- ;KeySearchValue=Yahoo! Toolbar
- ;DisplayName=Yahoo! Toolbar
- ;KeyEntry=UninstallString
-
- [Kerio_Personal_Firewall]
- ;Version 4.1.2
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=Kerio Personal Firewall
- ;Use MSI with found key (class equals to this key)
- MSICommand=MSIExec /x
- MSIParam=/qn REMOVE=ALL
- DisplayName=Kerio Personal Firewall
-
- ;[CA_eTrust_PestPatrol]
- ;;Version 5.0.1.5
- ;ProductType=External
- ;;Search mathing DisplayName
- ;KeySearchMain=HKEY_LOCAL_MACHINE
- ;KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- ;KeySearchEntry=DisplayName
- ;KeySearchValue=CA eTrust PestPatrol
- ;DisplayName=CA eTrust PestPatrol
- ;KeyEntry=UninstallString
-
- [ZoneAlarm_Security_Suite]
- ;Version 5.5.062.011
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=ZoneAlarm Security Suite
- DisplayName=ZoneAlarm Security Suite
- KeyEntry=UninstallString
- KeyParam=/S
-
- [PandaPlatinum_IS_2005]
- ;Panda Platinum Internet Security 9.01.02
- ;We're unable to remove this silently - so user has to uninstall it manually
- ;detection and manual removal added
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=Panda Platinum 2005 Internet Security
- DisplayName=Panda Platinum 2005 Internet Security
- KeyEntry=UninstallString
-
- [PandaTitanium_AV_2005]
- ;Panda Titanium Antivirus 2005 v4.01.02
- ;We're unable to remove this silently - so user has to uninstall it manually
- ;detection and manual removal added
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=Panda Titanium Antivirus 2005
- DisplayName=Panda Titanium Antivirus 2005
- KeyEntry=UninstallString
-
- ;[CA_eTrust_EZ_AntiVirus_2005]
- ,;Version 7.0.5.3
- ;ProductType=External
- ;;Search mathing DisplayName
- ;KeySearchMain=HKEY_LOCAL_MACHINE
- ;KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- ;KeySearchEntry=DisplayName
- ;KeySearchValue=eTrust EZ Antivirus
- ;DisplayName=eTrust EZ Antivirus
- ;KeyEntry=UninstallString
- ;KeyParam=/silent
-
- [Symantec_CE_90]
- ;Symantec AntiVirus Corporate Edition
- ;Tested with version 9.0.0.338
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=Symantec AntiVirus
- ;Use MSI with found key (class equals to this key)
- MSICommand=MSIExec /x
- MSISilentParam=/qr REMOVE=ALL REBOOT=R
- DisplayName=Symantec AntiVirus
-
- [CA_eTrust_AntiVirus_2005]
- ;Version 7.1.0192
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=CA eTrust Antivirus
- MSICommand=MSIExec /x
- MSIParam=/qr REMOVE=ALL REBOOT=R
- MSISilentParam=/q REMOVE=ALL REBOOT=R
- DisplayName=CA eTrust Antivirus
-
- [Spy_Sweeper]
- ;Version 3.2
- ;Includes manual removal
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=Spy Sweeper
- DisplayName=Spy Sweeper
- KeyEntry=UninstallString
-
- [FortiClient_1.2]
- ;Version 1.2.172
- ;After removing operation manual reboot is needed
- ProductType=External
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=FortiClient
- MSICommand=MSIExec /x
- MSIParam=/qr REMOVE=ALL REBOOT=ReallySuppress
- DisplayName=FortiClient
-
- [Norman_Virus_Control]
- ;Version 5.8
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=Norman Virus Control
- DisplayName=Norman Virus Control
- KeyEntry=UninstallString
- KeyParam=/quiet
-
- [PC_Cillin_2005]
- ;Trend Micro PC-cillin Internet Security 2005, version 12.0.1330
- ;Trend Micro PC-cillin Internet Security 2005, Chinese version 12.0.1350
- ;After removing operation manual reboot is needed
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=Trend Micro PC-cillin Internet Security 2005
- ;Use MSI with found key (class equals to this key)
- MSICommand=MSIExec /x
- MSIParam=/qb REMOVE=ALL
- DisplayName=Trend Micro PC-cillin Internet Security 2005
-
- [TM_OfficeScan]
- ;Trend Micro OfficeScan Corporate edition
- ;Verson 5.5
- ProductType=External
- SidegradePlugin=TRENDRM.DLL
- DisplayName=Trend Micro OfficeScan Client
-
- [Norton_Personal_Firewall_2004]
- ;Norton Personal Firewall 2004, Version 7.0.0.177
- ;Manual removal
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=Norton Personal Firewall (Symantec Corporation)
- DisplayName=Norton Personal Firewall (Symantec Corporation)
- KeyEntry=UninstallString
-
- [AVG70_FE]
- ;AVG Free Edition, versions 7.323, 7.338 and 7.1.375
- ;Unable to remove these automaticly
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=AVG Free Edition
- DisplayName=AVG Free Edition
- KeyEntry=UninstallString
- ;KeyParam=/HIDDEN
-
- [Norman_Personal_Firewall_14]
- ;Version 1.42
- ;Can not be removed silently.
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=Norman Personal Firewall 1.42
- DisplayName=Norman Personal Firewall 1.42
- KeyEntry=UninstallString
-
- [KAV50_PE]
- ;Kaspersky(TM) Anti-Virus Personal Pro 5.0
- ;Tested with version 5.0.372
- ;Cannot be removed silently
- ProductType=External
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeyEntry=UninstallString
- KeySearchValue=Kaspersky Anti-Virus Personal
- DisplayName=Kaspersky Anti-Virus Personal
-
- [Norton_IS_2005]
- ;Norton Internet Security 2005, version 8.0.0.64
- ;Include also Norton AntiVirus 2005, version 11.0.2.4,
- ;Norton Personal Firewall 2005 and
- ;Norton Internet Security 2005 Anti-Spyware Edition English and Chinese version 8.5.0.113
- ;Cannot be removed silently
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=Norton Internet Security 2005 (Symantec Corporation)
- ;Read command from registry
- KeyEntry=UninstallString
- DisplayName=Norton Internet Security 2005
-
- [Norton_IS_2006]
- ;Norton Internet Security 2006 BETA, Version 9.0.0.41
- ;Norton Internet Security 2006, Version 9.0.0.73
- ;Cannot be removed silently
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=Norton Internet Security 2006 (Symantec Corporation)
- ;Read command from registry
- KeyEntry=UninstallString
- DisplayName=Norton Internet Security 2006 (Symantec Corporation)
-
- ;[McAfee_AntiSpyware_110]
- ;;McAfee AntiSpyware, Version 1.10.0149.0
- ;;Cannot be removed silently
- ;ProductType=External
- ;;Search mathing DisplayName
- ;KeySearchMain=HKEY_LOCAL_MACHINE
- ;KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- ;KeySearchEntry=DisplayName
- ;KeySearchValue=McAfee AntiSpyware
- ;;Read command from registry
- ;KeyEntry=UninstallString
- ;DisplayName=McAfee AntiSpyware
-
- [NOD_32]
- ;NOD32 Antivirus system, version 2.5
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=NOD32 antivirus system
- DisplayName=NOD32 antivirus system
- KeyEntry=UninstallString
-
- [NOD_32_CHI]
- ;NOD32 Antivirus system, Chinese version 2.0
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=NOD32¿╛¼r¿t▓╬
- DisplayName=NOD32¿╛¼r¿t▓╬
- KeyEntry=UninstallString
-
- [Sophos_505]
- ;Sophos Anti-Virus, version 5.05 R2
- ;After removing operation manual reboot is needed
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=Sophos Anti-Virus
- ;Use MSI with found key (class equals to this key)
- MSICommand=MSIExec /x
- MSIParam=/qn REMOVE=ALL Reboot=ReallySuppress
- DisplayName=Sophos Anti-Virus
-
- [Sophos_505_AutoUpdate]
- ;Sophos AutoUpdate, version 1.4.0.1
- ;After removing operation manual reboot is needed
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=Sophos AutoUpdate
- ;Use MSI with found key (class equals to this key)
- MSICommand=MSIExec /x
- MSIParam=/qn
- DisplayName=Sophos AutoUpdate
-
- [AVG71]
- ;AVG Anti-Virus 7.1, version 7.1.362
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=AVG Anti-Virus 7.1
- DisplayName=AVG Anti-Virus 7.1
- KeyEntry=UninstallString
- KeyParam=/HIDDEN
-
- [PC_Cillin_2006]
- ;Trend Micro PC Cillin Internet Security 2006
- ;After removing operation manual reboot is needed
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=Trend Micro PC-cillin Internet Security 2006
- ;Use MSI with found key (class equals to this key)
- MSICommand=MSIExec /x
- MSIParam=/qb REMOVE=ALL
- DisplayName=Trend Micro PC-cillin Internet Security 2006
-
- [TrendVB_2006-JPN]
- ;Trend Micro Virus Buster 2006
- ;Japanese version
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=âEâCâïâXâoâXâ^ü[2006
- !
- ü[2006
- ;Use MSI with found key (class equals to this key)
- MSICommand=MSIExec /x
- MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
- DisplayName=âEâCâïâXâoâXâ^ü[2006
- !
- ü[2006
-
- [PandaPlatinum_IS_2006]
- ;Panda Platinum Internet Security 10.01.02
- ;detection and manual removal added
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=Panda Platinum 2006 Internet Security
- DisplayName=Panda Platinum 2006 Internet Security
- KeyEntry=UninstallString
-
- [PandaTitanium_AV_AntiSpyware_2006]
- ;Panda Titanium 2006 Antivirus + Antispyware v5.01.02
- ;detection and manual removal added
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=Panda Titanium 2006 Antivirus + Antispyware
- DisplayName=Panda Titanium 2006 Antivirus + Antispyware
- KeyEntry=UninstallString
-
- [ZeroAds_1.4]
- ProductType=External
- ;ZeroAds Popup blocker, version 1.4
- ;detection and manual removal added
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=ZeroAds
- DisplayName=ZeroAds
- KeyEntry=UninstallString
-
- [iProtectYou_709]
- ProductType=External
- ;iProtectYou, version 7.09
- ;detection and manual removal added
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=iProtectYou 7.09
- DisplayName=iProtectYou 7.09
- KeyEntry=UninstallString
-
- [Agnitum_Outpost1]
- ProductType=External
- ;Agnitum Outpost Firewall, version 1.0.1125.1556
- ;We're unable to remove this silently - so user has to uninstall it manually
- ;detection and manual removal added
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=Agnitum Outpost Firewall Pro 1.0
- DisplayName=Agnitum Outpost Firewall Pro 1.0
- KeyEntry=UninstallString
-
- [Sourcenext_2006]
- ;Sourcenext 2006 version 9.0.0001
- ;Japanese version
- ;includes AV and FW
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=âEâCâïâXâZâLâàâèâeâB
- ;Use MSI with found key (class equals to this key)
- MSICommand=MSIExec /x
- MSIParam=/qn REMOVE=ALL Reboot=ReallySuppress
- DisplayName=âEâCâïâXâZâLâàâèâeâB
-
- [NOD_32_JPN]
- ;NOD32 Antivirus system, version 2.5
- ;Japanese version
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=NOD32âAâôâ`âEâCâïâX
- DisplayName=NOD32âAâôâ`âEâCâïâX
- ;KeyEntry=UninstallString
-
- [NVIDIA__NAM_2]
- ;NVIDIA ForceWare Network Access Manager
- ;Version 2.02.0464
- ;Includes manual removal
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=NVIDIA ForceWare Network Access Manager
- DisplayName=NVIDIA ForceWare Network Access Manager
- KeyEntry=UninstallString
-
- [BitDefender_IS9]
- ;BitDefender 9 Internet Security, version 9.0.094
- ;After removing operation manual reboot is needed
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=BitDefender 9 Internet Security
- ;Use MSI with found key (class equals to this key)
- MSICommand=MSIExec /x
- MSIParam=/qn REMOVE=ALL Reboot=ReallySuppress
- DisplayName=BitDefender 9 Internet Security
-
- [BitDefender_PP9]
- ;BitDefender 9 Professional Plus, version 9.5.001
- ;After removing operation manual reboot is needed
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=BitDefender 9 Professional Plus
- ;Use MSI with found key (class equals to this key)
- MSICommand=MSIExec /x
- MSIParam=/qr REMOVE=ALL Reboot=ReallySuppress
- MSISilentParam=/q REMOVE=ALL REBOOT=R
- DisplayName=BitDefender 9 Professional Plus
-
- [BitDefender_STD]
- ;BitDefender 9 Standard, version 9.5.001
- ;After removing operation manual reboot is needed
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=BitDefender 9 Standard
- ;Use MSI with found key (class equals to this key)
- MSICommand=MSIExec /x
- MSIParam=/qr REMOVE=ALL Reboot=ReallySuppress
- MSISilentParam=/q REMOVE=ALL REBOOT=R
- DisplayName=BitDefender 9 Standard
-
- [BitDefender_Antispyware]
- ;BitDefender 9 Antispyware, version 9.0.093
- ;After removing operation manual reboot is needed
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=BitDefender 9 Antispyware
- ;Use MSI with found key (class equals to this key)
- MSICommand=MSIExec /x
- MSIParam=/qr REMOVE=ALL Reboot=ReallySuppress
- MSISilentParam=/q REMOVE=ALL REBOOT=R
- DisplayName=BitDefender 9 Antispyware
-
- [KAV505_PE]
- ;Kaspersky(TM) Anti-Virus Personal Pro 5.0
- ;Tested with version 5.0.527
- ;Cannot be removed silently
- ProductType=External
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeyEntry=UninstallString
- KeySearchValue=Kaspersky Anti-Virus Personal Pro
- DisplayName=Kaspersky Anti-Virus Personal Pro
-
- [OpteNet_PC]
- ProductType=External
- ;Optenet Parental Control
- ;Version 9.4.1
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeyEntry=UninstallString
- KeySearchValue=OPTENET
- DisplayName=OPTENET
-
- [KAV505_PE]
- ;Kaspersky(TM) Anti-Virus Personal Pro 5.0
- ;Tested with version 5.0.527
- ;Cannot be removed silently
- ProductType=External
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeyEntry=UninstallString
- KeySearchValue=Kaspersky Anti-Virus Personal Pro
- DisplayName=Kaspersky Anti-Virus Personal Pro
-
- [KAS101_PE]
- ;Kaspersky Anti-Spam Personal
- ;Tested with version 1.1
- ProductType=External
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=Kaspersky Anti-Spam Personal
- KeyEntry=UninstallString
- KeyParam=/S
- DisplayName=Kaspersky Anti-Spam Personal
-
- [Cisco_VPN_Client_FW]
- ;Cisco VPN Client Firewall
- ;Version 4.6.04.0043
- ;Can not be removed silently
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=VPN Client
- DisplayName=VPN Client
- KeyEntry=UninstallString
-
- [PandaPlatinum_IS_2007]
- ;Panda Internet Security 11.00.00
- ;We're unable to remove this silently - so user has to uninstall it manually
- ;detection and manual removal added
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=Panda Internet Security 2007
- DisplayName=Panda Internet Security 2007
- KeyEntry=UninstallString
-
-
- ; --- products above added for PEX 6.00 }
-
- ; --- products below added for AVCS 6.xx {
-
- [Symantec_AV_10]
- ;Symantec AntiVirus, version 10.0.0.359
- ProductType=External
- ;Search mathing DisplayName
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=Symantec AntiVirus
- ;Use MSI with found key (class equals to this key)
- MSICommand=MSIExec /x
- MSIParam=/qr REMOVE=ALL REBOOT=R
- MSISilentParam=/q REMOVE=ALL REBOOT=R
- DisplayName=Symantec AntiVirus
-
- [Symantec_LiveUpdate_26]
- ;Symantec Live Update (for Symantec AV corporate edition)
- ;Tested with version 2.6.18.0
- ProductType=External
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=LiveUpdate 2.6 (Symantec Corporation)
- KeyEntry=UninstallString
- KeyParam=/Q
- DisplayName=LiveUpdate 2.6 (Symantec Corporation)
-
- [Symantec_LiveUpdate_2.0]
- ;LiveUpdate 2.0 (Symantec Corporation)
- ;Tested with version 2.0.39.0
- ProductType=External
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=LiveUpdate 2.0 (Symantec Corporation)
- KeyEntry=UninstallString
- KeyParam=/Q
- DisplayName=LiveUpdate 2.0 (Symantec Corporation)
-
-
-
- ; --- products above added for AVCS 6.xx }
-
- ;--- FSC internal products follow ---
-
- [FSVPN+]
- ;VPN+ versions older than 5.50
- ProductType=Internal
- PromptUser=0
- SidegradePlugin=FSPRODRM.DLL
- DisplayName=F-Secure VPN+ Client
-
- [PEX]
- ;All PEX versions
- ProductType=Internal
- PromptUser=0
- SidegradePlugin=FSPRODRM.DLL
- ;Get product name from the plugin since PEX name can be what ever
- GetNameFromPlugin=1
- DisplayName=F-Secure Personal Express
-
- [FSDFW]
- ;All versions of FSDFW (meaning <5.60 since 5.60 is Internet Shield)
- ProductType=Internal
- ;changed PromptUser from 0 to 1 on 2003-06-02 to fix #27723
- PromptUser=1
- DisplayName=F-Secure Distributed Firewall
- ;Changed to use FSPRODRM.DLL on 2003-11-03 to fix #30226
- SidegradePlugin=FSPRODRM.DLL
-
-
- [FSFC]
- ;FSFC
- ProductType=Internal
- PromptUser=0
- DisplayName=F-Secure FileCrypto
- ;In PEX 5.00 and newer, detect all versions of FC
- ;See SCR #32134 for more details
- ;Uncomment following four KeySearch settings for PEX! - Comment them for AVCS
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=F-Secure FileCrypto
-
- ;In AVCS products, conflict with FC versions older than 5.15
- ;See #34739 also see 39899
- ;Uncomment following Sidegradeplugin setting for AVCS, comment it for PEX!
- ;SidegradePlugin=FSPRODRM.DLL
-
- DisplayName=F-Secure FileCrypto
-
-
- [FSAVCS]
- ;Anti-virus Client Security 5.50
- ProductType=Internal
- PromptUser=1
- SidegradePlugin=FSPRODRM.DLL
- DisplayName=F-Secure Anti-Virus Client Security
-
- [FSAV]
- ;Anti-virus, versions <5.50
- ProductType=Internal
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=DisplayName
- KeySearchValue=F-Secure Anti-Virus
- KeyEntry=UninstallString
- KeyParam=-a
- DisplayName=F-Secure Anti-Virus
-
- [BROKENINST]
- ProductType=Internal
- PromptUser=0
- SidegradePlugin=FSPRODRM.DLL
- DisplayName=Broken or incompletely uninstalled product
-
- [FSAS]
- ;F-Secure Anti-spyware, standalone version
- ProductType=Internal
- PromptUser=0
- SidegradePlugin=FSPRODRM.DLL
- DisplayName=F-Secure Anti-spyware
-
- [FSPC]
- ;Parental Control, version 5.0.160.0
- ProductType=Internal
- KeySearchMain=HKEY_LOCAL_MACHINE
- KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
- KeySearchEntry=ProductRegKey
- KeySearchValue=FSPC
- KeyEntry=UninstallString
- KeyParam=-a
- DisplayName=F-Secure Parental Control
-
- [OTHERSP]
- ProductType=Internal
- PromptUser=0
- SidegradePlugin=FSPRODRM.DLL
- DisplayName=Incompatible F-Secure product
-